From c5110578f34bf4090885eb0d183ad9c15926dd16 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 14 Sep 2004 19:43:41 +0000 Subject: [PATCH] Description of 'swap' option was too long --- gpsbabel/stackfilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/stackfilter.c b/gpsbabel/stackfilter.c index df6dbc244..963e7572a 100644 --- a/gpsbabel/stackfilter.c +++ b/gpsbabel/stackfilter.c @@ -43,8 +43,8 @@ arglist_t stackfilt_args[] = { {"append", &opt_append, "Append list when popping", ARGTYPE_BOOL}, {"discard", &opt_discard, "Discard top of stack when popping", ARGTYPE_BOOL}, {"replace", &opt_replace, "Replace list with top of stack (default)", ARGTYPE_BOOL}, - {"swap", &opt_swap, "Swap waypoint list with element of stack", ARGTYPE_BOOL}, - {"depth", &opt_depth, "Element to use in swap operation", ARGTYPE_INT}, + {"swap", &opt_swap, "Swap waypoint list with item on stack", ARGTYPE_BOOL}, + {"depth", &opt_depth, "Item to use when swapping", ARGTYPE_INT}, {0, 0, 0, 0} }; -- 2.30.2